Welcome![Sign In][Sign Up]
Location:
Search - free stl

Search list

[WEB Code标准模板库STL介绍

Description: 标准模板库STL介绍 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 666 KB -STL standard template library books on language : English books categories : program design license : free software books Size : 666 KB
Platform: | Size: 510873 | Author: 路宜山 | Hits:

[Othernpp.3.6.src

Description: Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。 為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 -Notepad is in the Microsoft Windows environment free of a code editor. In order to produce small but efficient code editor, the GPL in the development of free software using ad hoc win32 api and STL in C programming language for writing languages, and use the powerful editing module Scintilla. Thanks to its light weight and efficiency in the implementation, Notepad can be a perfect substitute for the Microsoft Windows Notepad.
Platform: | Size: 2403787 | Author: 李英俊 | Hits:

[Embeded-SCM Developylib90

Description: 一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。
Platform: | Size: 675218 | Author: su | Hits:

[Other resourceGenetic-algorithm

Description: Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中
Platform: | Size: 3177904 | Author: chen | Hits:

[Other resourcefscl-0.0.2.tar

Description: Free C++ Standard Library,是一个非常类似于STL的C++类库,目的是实现一个更小、更快的stl库-Free Standard C Library, is a very similar to the C Class STL, which is aimed at a smaller, faster stl library
Platform: | Size: 197982 | Author: 苗林 | Hits:

[STLfscl-0.0.2.tar

Description: Free C++ Standard Library,是一个非常类似于STL的C++类库,目的是实现一个更小、更快的stl库-Free Standard C Library, is a very similar to the C Class STL, which is aimed at a smaller, faster stl library
Platform: | Size: 197632 | Author: 苗林 | Hits:

[Documents标准模板库STL介绍

Description: 标准模板库STL介绍 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 666 KB -STL standard template library books on language : English books categories : program design license : free software books Size : 666 KB
Platform: | Size: 510976 | Author: | Hits:

[Othernpp.3.6.src

Description: Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。 為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 -Notepad is in the Microsoft Windows environment free of a code editor. In order to produce small but efficient code editor, the GPL in the development of free software using ad hoc win32 api and STL in C programming language for writing languages, and use the powerful editing module Scintilla. Thanks to its light weight and efficiency in the implementation, Notepad can be a perfect substitute for the Microsoft Windows Notepad.
Platform: | Size: 2403328 | Author: 李英俊 | Hits:

[Embeded-SCM Developylib90

Description: 一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。-STL a class of multi-platform portable containers algorithm library, mainly used in embedded systems programming, such as memory management, in particular the lack of support for malloc and free circumstances.
Platform: | Size: 674816 | Author: su | Hits:

[VC/MFCEffective_STL_cn

Description: 一本关于stl的免费电子书,包括容器,vector和string,关联容器,迭代器,算法,仿函数等内容。-Stl on a free e-books, including containers, vector and string, associated containers, iterators, algorithms, functions such as imitation.
Platform: | Size: 311296 | Author: 张三 | Hits:

[VC/MFCC++BianChengYiShu

Description: 本书揭示了C++程序员创建世界级软件的奥秘。程序设计大师Herbert Schildt通过将C++语言广泛应用于功能强大的编程任务中,全面展示了C++语言的多功能性,敏捷性,和艺术性。本书内容包括探索C++的功能,创建内存管理的垃圾回收器子系统,开发线程控制面板,建立译码器以扩展C++的功能,开发可断点续传的Internet文件下载工具,创建财务分析库,用基于AI的搜索技术探索人工智能,建立定制的STL容器,以及开发Mini C++解释程序。书中所有示例和项目的源代码都可以从www.osborne.com 上免费下载。-This book reveals the C++ Software programmers to create a world-class mystery. Programming by Herbert Schildt Masters C++ Language widely used in powerful programming tasks, a comprehensive display of the C++ Language versatility, agility and artistry. The book includes exploration C++ Functions, the creation of memory management garbage collector subsystem, the development of thread control panel, the establishment of the decoder to expand the C++ Functions, the development of the Internet HTTP Download tools, create a financial analysis library, AI-based search technology to explore artificial intelligence, the establishment of customized STL containers, and the development of Mini C++ explain procedures. Book all the examples and the project s source code can be downloaded for free from www.osborne.com.
Platform: | Size: 5980160 | Author: 谈谈 | Hits:

[AI-NN-PRGenetic-algorithm

Description: Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
Platform: | Size: 3177472 | Author: chen | Hits:

[Special EffectsVTKexample

Description: 这是研究vtk开发的最好的参考资料。 这是叶峰无偿提供的宝贵的学习财富,叶峰同志为中国的VTK研究事业和C3P论坛的发展作出巨大贡献, 国内的VTK研究源头从C3P开始传播到各个学校、研究所、企业,同时也从C3P走出一大批VTK&C3P的优秀人才。 非常感谢叶峰的努力和分享,希望大家向他学习。 欢迎关注叶峰的个人空间和C3P论坛。 http://www.cadcaecam.com/Home/space.php?uid=7390 http://www.cadcaecam.com/Forum-VTK development of this research are the best reference. This is provided free of charge Feng Ye valuable study wealth, Ye Feng Chinese VTK Comrade research C3P Forum and make a significant contribution to the development of domestic research at the source of VTK from C3P begun to spread to various schools, research institutes, enterprises, but also C3P out from a large number of VTK & C3P talents. Feng Ye very grateful for the efforts and sharing, hope everyone to learn from him. Welcomed the attention to personal space and Feng Ye C3P Forum. http://www.cadcaecam.com/Home/space.php?uid=7390 http://www.cadcaecam.com/Forum
Platform: | Size: 347136 | Author: zhangkai | Hits:

[VC/MFCCplusplus_book_part2

Description: C++书籍合集第2部分 C++沉思录.pdf Effective STL.pdf Microsoft编写优质无错C程序秘诀.pdf-C++ Books Collection Part 2 C++ meditation. Pdf Effective STL.pdf Microsoft to prepare high-quality error-free C program secret. Pdf
Platform: | Size: 8998912 | Author: ctp | Hits:

[STLDesignPattern

Description: 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large projects are being reconstructed, and he is being prepared by the design pattern library. Covering 20 kinds of pattern And I was in a nice, simple first principle. Prepared a set of easy to use, easy to understand the pattern library. LOKI library will use the model part of the object (and BOOST essentially similar objects used in STL). Please note that download LOKI. Code is entirely original, free to download, study, research and use References: "Design Patterns" "C++ design of the new thinking", "Mode" "code refactoring" English used in the program notes, from "Design Patterns" book. Writing language: C++
Platform: | Size: 48128 | Author: joyeep | Hits:

[OtherNotepadHelpe

Description: Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器. 为了产生小巧且有效率的代码编辑器,这个在 GPL 许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla. 藉由加强与优化许多函数及演算法,Notepad++ 致力於减少世界二氧化碳的排放.当使用较少的 CPU 功 率, 降低电脑系统能源消耗, Notepad++ 间接造就了绿化的环境. 多亏它的轻巧与执行效率, Notepad++ 可 完美地取代微软视窗的记事本.-Notepad++ is a Microsoft Windows environment under a free code editor. In order to generate compact and efficient code editor, that the GPL license of the free software development project using win32 api and STL in C++ programming language written into, and use powerful editing module Scintilla. by strengthening and optimization of many functions and algorithms, Notepad++ is committed to reducing the world' s carbon dioxide emissions. When using less CPU power, reducing computer system power consumption, Notepad++ indirectly created a green environment. Thanks to its lightweight efficiency and execution, Notepad++ can be a perfect alternative to Microsoft Windows Notepad.
Platform: | Size: 1174528 | Author: zzg | Hits:

[STLSTLCppRefer

Description: c++ stl程序设计参考帮助文档,绝对可用; STL 设计帮助文档-c++ stl programming reference to help document, absolutely free Stl design help doc
Platform: | Size: 246784 | Author: 李彦刚 | Hits:

[Editornpp.5.9.2.src

Description: Notepad++是一个免费的开源的编辑器,完全可以替记事本,支持多种语言。 环境中运行在MS Windows上,它的使用受 GPL 许可证限制。 其基于强大的编辑组件 Scintilla ,用C + +编程,使用Win32 API和STL以确保更高的执行速度和更小的程序的大小。更节省内存等资源!-Notepad++ is a free open source editor for notepad can support multiple languages. Environment running on MS Windows, it' s limited by the GPL license. Its powerful editing component based on Scintilla, in C++ programming, using the Win32 API and STL to ensure a higher execution speed and smaller program size. Save more memory and other resources!
Platform: | Size: 7218176 | Author: 魏慧乾 | Hits:

[STLSTL_doc.tar

Description: STL的官方文档,STL的最权威的解释!C++学习必备利器,可以极高的提高编程效率-The resample software package contains free sampling-rate conversion and filter design utilities written in C, including a stand-alone command-line sampling-rate conversion utility called resample. The package compiles readily under Linux and most other UNIX operating systems. It is released under the GNU Lesser General Public License (LGPL).
Platform: | Size: 550912 | Author: 金牟良 | Hits:

[VC/MFCSTL(houjie)

Description: 这份版本的可读性极佳,运用极广,被行为GNU C++的标准程式库,又开放自由运用。-This version of the excellent readability, the use of a very wide, by acts the GNU C++ the standard library, open and free to use.
Platform: | Size: 6269952 | Author: yan | Hits:
« 12 »

CodeBus www.codebus.net